home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / bounce_c.swf / scripts / DefineSprite_220 / frame_41 / DoAction.as
Text File  |  2010-11-09  |  572b  |  32 lines

  1. stop();
  2. levelSelect.onRollOver = function()
  3. {
  4.    this.play();
  5.    this._xscale = 110;
  6.    this._yscale = 110;
  7. };
  8. levelSelect.onRollOut = function()
  9. {
  10.    this._xscale = 100;
  11.    this._yscale = 100;
  12. };
  13. levelSelect.onPress = function()
  14. {
  15.    _root.gotoAndStop("levelSelect");
  16. };
  17. max_games.onRollOver = function()
  18. {
  19.    this.play();
  20.    this._xscale = 110;
  21.    this._yscale = 110;
  22. };
  23. max_games.onRollOut = function()
  24. {
  25.    this._xscale = 100;
  26.    this._yscale = 100;
  27. };
  28. max_games.onPress = function()
  29. {
  30.    getUrl("http://www.maxgames.com", "_blank");
  31. };
  32.